> -----Original Message----- > From: Raghava Aditya Renukunta > [mailto:raghavaaditya.renuku...@microsemi.com] > Sent: Wednesday, February 22, 2017 8:23 AM > To: j...@linux.vnet.ibm.com; martin.peter...@oracle.com; linux- > s...@vger.kernel.org > Cc: Dave Carroll; Gana Sridaran; Scott Benesh > Subject: [PATCH] aacraid: Fixed expander hotplug for SMART family > > Current driver Hotplug processing code skips over Enclosure channel, > therefore any addition/removal of expander enclosure is not processed. > Additionally device addition code relies on older device type, which > prevents the hotplug of adapter expanders. > > Fixed by removing code that skips over Enclosure channels and using the > latest device type for addition or removal or enclosure expanders. > > Fixes: 6223a39fe6fbbeef (scsi: aacraid: Added support for hotplug) > Signed-off-by: Raghava Aditya Renukunta > <raghavaaditya.renuku...@microsemi.com> > --- > drivers/scsi/aacraid/commsup.c | 5 +---- > 1 file changed, 1 insertion(+), 4 deletions(-)
Reviewed-by: Dave Carroll <david.carr...@microsemi.com>