Skip to content
Commit 938bb03d authored by Petr Tesarik's avatar Petr Tesarik Committed by Bartlomiej Zolnierkiewicz
Browse files

ide-cd: fix endianity for the error message in cdrom_read_capacity



Aesthetic regards aside, commit e8e7b9eb
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: default avatarPetr 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: default avatarBorislav Petkov <petkovbb@gmail.com>
[bart: __u32 -> u32]
Signed-off-by: default avatarBartlomiej Zolnierkiewicz <bzolnier@gmail.com>
parent c5bfc375
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