From: Andrea Merello Date: Sat, 15 Mar 2014 17:29:38 +0000 (+0100) Subject: rtl8180: move eeprom read stuff in a separate function X-Git-Tag: v3.15-rc1~113^2~93^2^2~39 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7d4b829a93c9b2bd1ed68c26f42e803041726f4b;p=pandora-kernel.git rtl8180: move eeprom read stuff in a separate function Eeprom read operations are mixed in the probe function. Make the code more readable and clean by extracting this code and moving it in a dedicated function. The variable eeprom_cck_table_adr, now useless, is here because it will be needed for rtl8187se support, that I hope to add soon. Signed-off-by: Andrea Merello Signed-off-by: John W. Linville --- Reading git-diff-tree failed