diff options
Diffstat (limited to 'fs/coda/psdev.c')
-rw-r--r-- | fs/coda/psdev.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/coda/psdev.c b/fs/coda/psdev.c index b4da2812499e..ac130d469a3e 100644 --- a/fs/coda/psdev.c +++ b/fs/coda/psdev.c | |||
@@ -360,7 +360,7 @@ static int init_coda_psdev(void) | |||
360 | if (register_chrdev(CODA_PSDEV_MAJOR, "coda", &coda_psdev_fops)) { | 360 | if (register_chrdev(CODA_PSDEV_MAJOR, "coda", &coda_psdev_fops)) { |
361 | pr_err("%s: unable to get major %d\n", | 361 | pr_err("%s: unable to get major %d\n", |
362 | __func__, CODA_PSDEV_MAJOR); | 362 | __func__, CODA_PSDEV_MAJOR); |
363 | return -EIO; | 363 | return -EIO; |
364 | } | 364 | } |
365 | coda_psdev_class = class_create(THIS_MODULE, "coda"); | 365 | coda_psdev_class = class_create(THIS_MODULE, "coda"); |
366 | if (IS_ERR(coda_psdev_class)) { | 366 | if (IS_ERR(coda_psdev_class)) { |