Files
linux/drivers/target
Wei Yongjun f21abb623a target/pscsi: fix return value check
commit 58932e96e4 upstream.

In case of error, the function scsi_host_lookup() returns NULL
pointer not ERR_PTR(). The IS_ERR() test in the return value check
should be replaced with NULL test.

Signed-off-by: Wei Yongjun <yongjun_wei@trendmicro.com.cn>
Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2013-11-13 12:05:32 +09:00
..
2013-04-09 14:13:19 -04:00
2013-04-25 01:05:28 -07:00
2012-07-16 17:27:45 -07:00