Commit 22657bf7 authored by Jens Axboe's avatar Jens Axboe Committed by Linus Torvalds

[PATCH] remove mt rainier warning

A debug printk was left in there by mistake, it'll get printed for every
non-mrw drive. So kill it.
parent 672ab41e
......@@ -493,7 +493,6 @@ int cdrom_mrw_probe_pc(struct cdrom_device_info *cdi)
return 0;
}
printk(KERN_ERR "cdrom: %s: unknown mrw mode page\n", cdi->name);
return 1;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment