]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[SCSI] hosts.c: removed one unneeded shost->active_mode assignment
authorDenis Cheng <crquan@gmail.com>
Wed, 19 Mar 2008 19:10:20 +0000 (03:10 +0800)
committerJames Bottomley <James.Bottomley@HansenPartnership.com>
Mon, 7 Apr 2008 17:19:05 +0000 (12:19 -0500)
commit540d9b40faa8fcf094cb1fbf9224406bb13e3307
tree298c0da8fe62b35c3254cce41575b414c329c87c
parent36b8dd1bf787512e33efa7ce88eff437404ab22d
[SCSI] hosts.c: removed one unneeded shost->active_mode assignment

In the following if/else statement, shost->active_mode will always be set,
so this assignment is unneeded.

Signed-off-by: Denis Cheng <crquan@gmail.com>
Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
drivers/scsi/hosts.c