commit | 014e4c27c68a3ec40b19fef6ae0431e639632531 | [log] [tgz] |
---|---|---|
author | Valentina Manea <valentina.manea.m@gmail.com> | Tue Oct 29 20:58:48 2013 +0200 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Wed Oct 30 09:08:45 2013 -0700 |
tree | 6852e1829463782ba19dcd57fefba0e97d189b62 | |
parent | b1bdd4d3ed3b501063d81618be547be0cfe61b0f [diff] |
staging: rtl8192e: use true and false for bool variables 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>