commit | 2729df25550f041940f23c11ee8252094a6bd44b | [log] [tgz] |
---|---|---|
author | Rafał Miłecki <zajec5@gmail.com> | Mon Jul 18 22:45:58 2011 +0200 |
committer | John W. Linville <linville@tuxdriver.com> | Tue Jul 19 16:50:01 2011 -0400 |
tree | 0a29342ba4d64dc9806e851332deb59c7dec3d92 | |
parent | 85a237fe308405ee38eb9c6733571c49902ec229 [diff] |
b43: correctly display longer chipsets ids Some of the newer Broadcom chipsets have longe names like BCM43224, BCM43225, etc. However Broadcom decided to keep using u16 for storing them. Use %X or %d depending on chip_id value to avoid BCMA8D8, etc. Signed-off-by: Rafał Miłecki <zajec5@gmail.com> Acked-by: Pavel Roskin <proski@gnu.org> Signed-off-by: John W. Linville <linville@tuxdriver.com>