]> git.openfabrics.org - ~emulex/infiniband.git/commit
bcma: print chip ID in a more user-friendly form
authorRafał Miłecki <zajec5@gmail.com>
Wed, 17 Sep 2014 21:50:55 +0000 (23:50 +0200)
committerJohn W. Linville <linville@tuxdriver.com>
Fri, 26 Sep 2014 21:06:50 +0000 (17:06 -0400)
commitfbf019909173c683d85f7f63b0a33746bf5e4a02
treec0e9bfde5923fe38ec1cc0ff30697218443eedfb
parent8eda10eaa18709e951b5d5fbbf673543365a4455
bcma: print chip ID in a more user-friendly form

Some chip IDs are easier to read/understand when printed in a decimal
form. For example on my bcm53xx arch router this patch replaces:
Found chip with id 0xCF12, rev 0x00 and package 0x02
with a:
Found chip with id 53010, rev 0x00 and package 0x02

Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/bcma/scan.c