staging/slicoss: return -ENODEV if no devid matches

if no case matches we are simply asserting and doing break.
and i think we may need to return that -ENODEV , no device is
present, rather assert'ing.

Signed-off-by: Devendra Naga <devendra.aaru@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Devendra Naga 2012-07-09 23:04:20 +05:30 committed by Greg Kroah-Hartman
parent 2add5f4661
commit 0ab1900539
1 changed files with 1 additions and 2 deletions

View File

@ -3745,8 +3745,7 @@ static u32 slic_card_locate(struct adapter *adapter)
rdhostid_offset = SLIC_RDHOSTID_1GB;
break;
default:
ASSERT(0);
break;
return -ENODEV;
}
hostid_reg =