[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)
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>

No differences found