commit | 90be652c9f157d44b9c2803f902a8839796c090d | [log] [tgz] |
---|---|---|
author | Malcolm Priestley <tvboxspy@gmail.com> | Thu May 11 18:57:45 2017 +0100 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Mon May 15 11:48:45 2017 +0200 |
tree | 95ad049ebed70e1f14061cbaa339ee455af7509d | |
parent | 867510bde14e7b7fc6dd0f50b48f6753cfbd227a [diff] |
staging: rtl8192e: rtl92e_get_eeprom_size Fix read size of EPROM_CMD. EPROM_CMD is 2 byte aligned on PCI map so calling with rtl92e_readl will return invalid data so use rtl92e_readw. The device is unable to select the right eeprom type. Signed-off-by: Malcolm Priestley <tvboxspy@gmail.com> Cc: <stable@vger.kernel.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>