scsi: set fmt to NULL scsi_extd_sense_format() by default
authorDan Carpenter <dan.carpenter@oracle.com>
Tue, 2 Dec 2014 11:07:30 +0000 (14:07 +0300)
committerChristoph Hellwig <hch@lst.de>
Tue, 2 Dec 2014 17:26:52 +0000 (18:26 +0100)
commit249b15ba6380830881b7863ca5dd3f33320adfdb
tree8e475fe2d9cba9ff41af37522b3020da61fb6686
parent85686f696d81a4bcfa5e51ee9ee2b6aae5531c6f
scsi: set fmt to NULL scsi_extd_sense_format() by default

One of the two callers passes an unintialized pointer as "fmt" and
expects it to be set to NULL if there is no format string.  Let's make
this function work as expected.

Fixes: d811b848ebb7 ('scsi: use sdev as argument for sense code printing')
Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Reviewed-by: James Bottomley <JBottomley@Parallels.com>
Signed-off-by: Christoph Hellwig <hch@lst.de>
drivers/scsi/constants.c