> -----Original Message----- > From: Raghava Aditya Renukunta > [mailto:RaghavaAditya.Renukunta@xxxxxxxxxxxxx] > Sent: Wednesday, February 22, 2017 8:23 AM > To: jejb@xxxxxxxxxxxxxxxxxx; martin.petersen@xxxxxxxxxx; linux- > scsi@xxxxxxxxxxxxxxx > 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.Renukunta@xxxxxxxxxxxxx> > --- > drivers/scsi/aacraid/commsup.c | 5 +---- > 1 file changed, 1 insertion(+), 4 deletions(-) Reviewed-by: Dave Carroll <david.carroll@xxxxxxxxxxxxx>