diff options
author | James Bottomley <[email protected]> | 2008-05-10 08:33:58 -0500 |
---|---|---|
committer | James Bottomley <[email protected]> | 2008-05-11 08:36:15 -0500 |
commit | ad2fa42d044b98469449880474a9662fb689f7f9 (patch) | |
tree | d016ba7ce9600cb80168be9c23ee447b491fb071 /drivers/mtd/lpddr/lpddr_cmds.c | |
parent | c8611f975403dd20e6503aff8aded5dcb718f75b (diff) |
[SCSI] aha152x: fix init suspiciously returned 1, it should follow 0/-E convention
Reported-by: Frank de Jong <[email protected]>
> [1.] One line summary of the problem:
> linux-2.6.25.3, aha152x'->init suspiciously returned 1, it should
> follow 0/-E convention. The module / driver works okay. Unloading the
> module is impossible.
The driver is apparently returning 0 on failure and 1 on success.
That's a bit unfortunate. Fix it by altering to -ENODEV and 0.
Cc: Stable Tree <[email protected]>
Signed-off-by: James Bottomley <[email protected]>
Diffstat (limited to 'drivers/mtd/lpddr/lpddr_cmds.c')
0 files changed, 0 insertions, 0 deletions