commit | 0a91e8ac240a12ac3a03581deb8cd531788c63d4 | [log] [tgz] |
---|---|---|
author | Christophe Ricard <christophe.ricard@gmail.com> | Wed Sep 03 23:30:30 2014 +0200 |
committer | Samuel Ortiz <sameo@linux.intel.com> | Mon Sep 08 00:31:38 2014 +0200 |
tree | 60b56052806bd5a9779232992894decba9982622 | |
parent | efaf956ad6852a7ae0cc4c78bd31079f8039daa6 [diff] |
NFC: st21nfca: fix "WARNING: else is not generally useful after a break or return" scripts/checkpatch.pl -f drivers/nfc/st21nfca.c is throwing the following: WARNING: else is not generally useful after a break or return #866: FILE: drivers/nfc/st21nfca/st21nfca.c:866: + return 0; + } else { Signed-off-by: Christophe Ricard <christophe-h.ricard@st.com> Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>