From: Roland Dreier Date: Thu, 3 Nov 2005 06:59:37 +0000 (-0800) Subject: [IB] mthca: fix format of FW version X-Git-Tag: v2.6.15-rc1~726^2~2^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=87cfe32375e0b69b999b59bf8287f501df3e43f7;p=pandora-kernel.git [IB] mthca: fix format of FW version Mellanox has decided that the components of the firmware version are really meant to be displayed in decimal, e.g. 0x000400070190 is version 4.7.400. Change the format we use from "%x.%x.%x" to "%d.%d.%d" to match this convention. Signed-off-by: Roland Dreier --- Reading git-diff-tree failed