> -----Original Message----- > From: Colin King [mailto:[email protected]] > Sent: Tuesday, February 7, 2017 3:51 AM > To: dl-esc-Aacraid Linux Driver <[email protected]>; James E . J . > Bottomley <[email protected]>; Martin K . Petersen > <[email protected]>; [email protected] > Cc: [email protected]; [email protected] > Subject: [PATCH][V2] scsi: aacraid: rcode is unsigned and should be signed int > > EXTERNAL EMAIL > > > From: Colin Ian King <[email protected]> > > aac_fib_send can return -ve error returns and hence rcode should > be signed. Currently the rcode >= 0 check is always true and -ve > errors are not being checked. > > Thanks to Dan Carpenter for spotting my original broken fix to this > issue. > > Signed-off-by: Colin Ian King <[email protected]> > ---
Reviewed-by: Raghava Aditya Renukunta <[email protected]>

