Petr Tesarik 938bb03d18 ide-cd: fix endianity for the error message in cdrom_read_capacity
Aesthetic regards aside, commit e8e7b9eb11c34ee18bde8b7011af41938d1ad667
still leaves a bug in the error message, because it uses the unconverted
big-endian value for printk.

Fix this by using a local variable in machine byte order. The result is
correct, more readable, and also produces slightly shorter code on i386.

Signed-off-by: Petr Tesarik <ptesarik@suse.cz>
Cc: Jens Axboe <jens.axboe@oracle.com>
Cc: Jan Kara <jack@suse.cz>
Cc: Andrew Morton <akpm@linux-foundation.org>
Cc: <stable@kernel.org>
Acked-by: Borislav Petkov <petkovbb@gmail.com>
[bart: __u32 -> u32]
Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
2008-08-05 18:17:02 +02:00
..
2008-07-24 22:53:34 +02:00
2008-07-23 19:55:57 +02:00
2008-07-24 22:53:35 +02:00
2008-07-23 19:55:57 +02:00
2008-07-23 19:55:56 +02:00
2008-08-05 18:16:56 +02:00
2008-07-23 19:55:56 +02:00
2008-07-23 19:55:57 +02:00
2008-07-24 22:53:34 +02:00
2008-07-24 22:53:15 +02:00
2008-08-05 18:17:01 +02:00