diff options
Diffstat (limited to 'drivers/block/paride/dstr.c')
-rw-r--r-- | drivers/block/paride/dstr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/block/paride/dstr.c b/drivers/block/paride/dstr.c index 2e4219eac528..accc5c777cbb 100644 --- a/drivers/block/paride/dstr.c +++ b/drivers/block/paride/dstr.c | |||
@@ -220,7 +220,7 @@ static struct pi_protocol dstr = { | |||
220 | 220 | ||
221 | static int __init dstr_init(void) | 221 | static int __init dstr_init(void) |
222 | { | 222 | { |
223 | return paride_register(&dstr)-1; | 223 | return paride_register(&dstr); |
224 | } | 224 | } |
225 | 225 | ||
226 | static void __exit dstr_exit(void) | 226 | static void __exit dstr_exit(void) |