OSDN Git Service

staging: rtl8188eu: replace EFUSE_GetEfuseDefinition(..., TYPE_AVAILABLE_EFUSE_BYTES_...
authorIvan Safonov <insafonov@gmail.com>
Mon, 20 Jun 2016 05:28:43 +0000 (12:28 +0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 21 Aug 2016 16:15:28 +0000 (18:15 +0200)
commit054bf87c90e75a0187fbb08e6c9b281286e7a039
tree86af227b20e0cc924616e5ae9448eab5faafbbe8
parentf573fed71213aec86c0b8ef6941a45a5e9dee7f1
staging: rtl8188eu: replace EFUSE_GetEfuseDefinition(..., TYPE_AVAILABLE_EFUSE_BYTES_BANK, &a) call with a = (EFUSE_REAL_CONTENT_LEN_88E - EFUSE_OOB_PROTECT_BYTES_88E)

This makes the code easier to read.

Signed-off-by: Ivan Safonov <insafonov@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8188eu/core/rtw_efuse.c