]> Git Repo - linux.git/commit
[PATCH] libata: make ata_bus_probe() return negative errno on failure
authorTejun Heo <[email protected]>
Fri, 31 Mar 2006 16:38:17 +0000 (01:38 +0900)
committerJeff Garzik <[email protected]>
Sat, 1 Apr 2006 17:33:45 +0000 (12:33 -0500)
commit96072e699be08af8e7c33c56759582ea89088a02
tree121ba18baf51bd12a9066fcd8b7d530d15ee6017
parent5bbc53f4cfd28bf1d0e476ed23bc3a094eff718a
[PATCH] libata: make ata_bus_probe() return negative errno on failure

ata_bus_probe() uses unsigned int rc to receive negative errno and
returns the converted unsigned int value.  Convert temporary variables
to int and make ata_bus_probe() return negative errno on failure.

Signed-off-by: Tejun Heo <[email protected]>
Signed-off-by: Jeff Garzik <[email protected]>
drivers/scsi/libata-core.c
This page took 0.050657 seconds and 4 git commands to generate.