提交 262da1d9 编写于 作者: P Preetam D'Souza 提交者: Greg Kroah-Hartman

Staging: rts5139: fix parantheses coding style issue in ms.c

This patch fixes an unnecessary return statement parantheses error
found in ms.c by the checkpatch.pl tool.
Signed-off-by: NPreetam D'Souza <preetamjdsouza@gmail.com>
Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 ff7d18d4
...@@ -48,7 +48,7 @@ static inline int ms_check_err_code(struct rts51x_chip *chip, u8 err_code) ...@@ -48,7 +48,7 @@ static inline int ms_check_err_code(struct rts51x_chip *chip, u8 err_code)
{ {
struct ms_info *ms_card = &(chip->ms_card); struct ms_info *ms_card = &(chip->ms_card);
return (ms_card->err_code == err_code); return ms_card->err_code == err_code;
} }
static int ms_parse_err_code(struct rts51x_chip *chip) static int ms_parse_err_code(struct rts51x_chip *chip)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册