aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/block/pktcdvd.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/block/pktcdvd.c b/drivers/block/pktcdvd.c
index 29a5194ab147..56188475cfd3 100644
--- a/drivers/block/pktcdvd.c
+++ b/drivers/block/pktcdvd.c
@@ -2360,8 +2360,8 @@ static void pkt_make_request(struct request_queue *q, struct bio *bio)
2360 2360
2361 pd = q->queuedata; 2361 pd = q->queuedata;
2362 if (!pd) { 2362 if (!pd) {
2363 pkt_err(pd, "%s incorrect request queue\n", 2363 pr_err("%s incorrect request queue\n",
2364 bdevname(bio->bi_bdev, b)); 2364 bdevname(bio->bi_bdev, b));
2365 goto end_io; 2365 goto end_io;
2366 } 2366 }
2367 2367
@@ -2841,7 +2841,7 @@ static int pkt_remove_dev(dev_t pkt_dev)
2841 break; 2841 break;
2842 } 2842 }
2843 if (idx == MAX_WRITERS) { 2843 if (idx == MAX_WRITERS) {
2844 pkt_dbg(1, pd, "dev not setup\n"); 2844 pr_debug("dev not setup\n");
2845 ret = -ENXIO; 2845 ret = -ENXIO;
2846 goto out; 2846 goto out;
2847 } 2847 }