[PATCH] cdrom: kill "open failed" error message

This triggers all the time with the various polled event programs,
change it to CD_OPEN so it's supressed by default.

Signed-off-by: Jens Axboe <axboe@suse.de>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>

authored by

Jens Axboe and committed by
Linus Torvalds
00d6da9b 4ff57935

+1 -1
+1 -1
drivers/cdrom/cdrom.c
··· 1131 1131 This ensures that the drive gets unlocked after a mount fails. This 1132 1132 is a goto to avoid bloating the driver with redundant code. */ 1133 1133 clean_up_and_return: 1134 - cdinfo(CD_WARNING, "open failed.\n"); 1134 + cdinfo(CD_OPEN, "open failed.\n"); 1135 1135 if (CDROM_CAN(CDC_LOCK) && cdi->options & CDO_LOCK) { 1136 1136 cdo->lock_door(cdi, 0); 1137 1137 cdinfo(CD_OPEN, "door unlocked.\n");