[PATCH] m68k: NULL noise removal
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Cc: Roman Zippel <zippel@linux-m68k.org> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:

committad av
Linus Torvalds

förälder
031eb4cdde
incheckning
a5d361fc24
@@ -465,7 +465,7 @@ wd33c93_execute(struct Scsi_Host *instance)
|
||||
*/
|
||||
|
||||
cmd = (struct scsi_cmnd *) hostdata->input_Q;
|
||||
prev = 0;
|
||||
prev = NULL;
|
||||
while (cmd) {
|
||||
if (!(hostdata->busy[cmd->device->id] & (1 << cmd->device->lun)))
|
||||
break;
|
||||
@@ -1569,7 +1569,7 @@ wd33c93_abort(struct scsi_cmnd * cmd)
|
||||
*/
|
||||
|
||||
tmp = (struct scsi_cmnd *) hostdata->input_Q;
|
||||
prev = 0;
|
||||
prev = NULL;
|
||||
while (tmp) {
|
||||
if (tmp == cmd) {
|
||||
if (prev)
|
||||
|
Referens i nytt ärende
Block a user