From: Vitaly Osipov Date: Tue, 27 May 2014 12:26:12 +0000 (+1000) Subject: staging: rtl8712: fix kmalloc parameters X-Git-Tag: omap-for-v3.16/fixes-against-rc1~39^2~36^2~142 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=efc273ce344eb6984d16964201617f4720beb2dd;p=pandora-kernel.git staging: rtl8712: fix kmalloc parameters After the commit 91d435f replaced _malloc with kmalloc, smatch picked up a couple of new warnings. This fixes warnings: warn: struct type mismatch 'writePTM_parm vs setdig_parm' warn: struct type mismatch 'writePTM_parm vs setra_parm' The difference is u8 vs unsigned char. Signed-off-by: Vitaly Osipov Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed