staging: rtl8192e: use true and false for bool variables
authorValentina Manea <valentina.manea.m@gmail.com>
Tue, 29 Oct 2013 18:58:48 +0000 (20:58 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 30 Oct 2013 16:08:45 +0000 (09:08 -0700)
This patch fixes coccinelle errors for bool variables
initialized with 1 or 0 instead of true and false.

Signed-off-by: Valentina Manea <valentina.manea.m@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

No differences found