]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/rtc/rtc-rs5c372.c
[PATCH] ata_piix: add host_set private structure
[linux-2.6-omap-h63xx.git] / drivers / rtc / rtc-rs5c372.c
index 5e5cc10c675e71fa3f68298511491f27637a926f..7553d797603fd86d78a266d578765e439ea5aced 100644 (file)
@@ -233,8 +233,6 @@ static int rs5c372_probe(struct i2c_adapter *adapter, int address, int kind)
 
        if (IS_ERR(rtc)) {
                err = PTR_ERR(rtc);
-               dev_err(&client->dev,
-                       "unable to register the class device\n");
                goto exit_detach;
        }