Re: [patch] scsi: missing braces in scsi_extd_sense_format()

2014-11-05 Thread Hannes Reinecke
On 11/05/2014 09:38 PM, Dan Carpenter wrote: > There were missing curly braces so we always return the first > additional2[] string. > > Fixes: 7046d2fa6dbd ('scsi: use sdev as argument for sense code printing') > Signed-off-by: Dan Carpenter > > diff --git a/drivers/scsi/constants.c b/drivers/s

Re: [patch] scsi: missing braces in scsi_extd_sense_format()

2014-11-05 Thread Christoph Hellwig
On Wed, Nov 05, 2014 at 11:38:37PM +0300, Dan Carpenter wrote: > There were missing curly braces so we always return the first > additional2[] string. > > Fixes: 7046d2fa6dbd ('scsi: use sdev as argument for sense code printing') > Signed-off-by: Dan Carpenter Thanks! -- To unsubscribe from thi

[patch] scsi: missing braces in scsi_extd_sense_format()

2014-11-05 Thread Dan Carpenter
There were missing curly braces so we always return the first additional2[] string. Fixes: 7046d2fa6dbd ('scsi: use sdev as argument for sense code printing') Signed-off-by: Dan Carpenter diff --git a/drivers/scsi/constants.c b/drivers/scsi/constants.c index a1a7fca..0cf43f6 100644 --- a/drivers