cciss: print max outstanding commands as a hex value
authorColin Ian King <colin.king@canonical.com>
Sun, 6 Dec 2015 22:19:40 +0000 (22:19 +0000)
committerMartin K. Petersen <martin.petersen@oracle.com>
Tue, 5 Jan 2016 00:45:01 +0000 (19:45 -0500)
commita8036dfba94d2ddf70cc9d7e9c627b179f957299
treea504eda249224d659e7718ce915c7e4b93ac1ade
parent32c5844abb302e3fb1637ba6afe3d8132c64e57f
cciss: print max outstanding commands as a hex value

The max outstanding commands is being printed with a 0x prefix to
suggest it is a hex value, when in fact the integer decimal %d format
specifier is being used and this is a bit confusing. Use %x instead to
match the proceeding 0x prefix.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
drivers/block/cciss.c