When we enable dprintkdbg, then their is a NULL pointer dereference.
Signed-off-by: Syam Sidhardhan <[email protected]>
---
drivers/scsi/dc395x.c | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/drivers/scsi/dc395x.c b/drivers/scsi/dc395x.c
index 865c64f..6c5b874 100644
--- a/drivers/scsi/dc395x.c
+++ b/drivers/scsi/dc395x.c
@@ -2634,8 +2634,7 @@ static struct ScsiReqBlk *msgin_qtag(struct AdapterCtlBlk
*acb,
{
struct ScsiReqBlk *srb = NULL;
struct ScsiReqBlk *i;
- dprintkdbg(DBG_0, "msgin_qtag: (0x%p) tag=%i srb=%p\n",
- srb->cmd, tag, srb);
+ dprintkdbg(DBG_0, "msgin_qtag: tag=%i\n", tag);
if (!(dcb->tag_mask & (1 << tag)))
dprintkl(KERN_DEBUG,
--
1.7.9.5
--
To unsubscribe from this list: send the line "unsubscribe linux-scsi" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html