From: Mateusz Kulikowski Date: Wed, 12 Aug 2015 19:54:49 +0000 (+0200) Subject: staging: rtl8192e: Fix log spamming in rtl8192_hard_data_xmit X-Git-Tag: omap-for-v4.3/fixes-merge-window~44^2~42 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=435009bba4d0449b611bc24ae5c9636ac5b2a00e;p=pandora-kernel.git staging: rtl8192e: Fix log spamming in rtl8192_hard_data_xmit This patch fixes issue generated by commit ca93dcba3a92 ("staging: rtl8192e: Remove assert() macro") One negation was missed in conversion, therefore asserted message was always printed. For 1MB file downloaded via http, ~500 messages were generated. Signed-off-by: Mateusz Kulikowski Cc: stable Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed