From: Andrey Yurovsky Date: Wed, 17 Dec 2014 21:14:42 +0000 (-0800) Subject: at86rf230: fix register read for part version X-Git-Tag: fixes-v4.0-rc1~150^2~303^2~38 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7598968d6fdbe8960b941246cc6ebef725899c59;p=pandora-kernel.git at86rf230: fix register read for part version The driver was reading the PART_NUM register for both the part number (type of device) and the part version, the version is actually in register 0x1D, VERSION_NUM. I believe that this was a copy-paste error. Tested on AT86RF212B where the part is detected to be the expected part number (0x07) and version (0x03 on mine). Signed-off-by: Andrey Yurovsky Acked-by: Alexander Aring Signed-off-by: Marcel Holtmann --- Reading git-diff-tree failed