[PATCH] ide-cd: quiet down GPCMD_READ_CDVD_CAPACITY failure
authorJens Axboe <axboe@suse.de>
Tue, 21 Mar 2006 14:24:37 +0000 (15:24 +0100)
committerJens Axboe <axboe@nelson.home.kernel.dk>
Mon, 27 Mar 2006 07:29:02 +0000 (09:29 +0200)
commitb8fca1c7682105c843319728d8e37b42b19092bb
tree68fa6c49fbbf44fecf19399c89bb3a755eaad2c2
parentf68110fc28859f5d7231d5c4fb6dbe68b1394c9b
[PATCH] ide-cd: quiet down GPCMD_READ_CDVD_CAPACITY failure

Some drives like to throw a:

ATAPI device hdc:
  Error: Not ready -- (Sense key=0x02)
  Incompatible medium installed -- (asc=0x30, ascq=0x00)
  The failed "Read Cd/Dvd Capacity" packet command was:
  "25 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 "

warning on incompatible media, so quiet down this error.

Signed-off-by: Jens Axboe <axboe@suse.de>
drivers/ide/ide-cd.c