[PATCH 09/20] staging: rts5139: remove unused xd_check_err_code in xd.c

Oleksij Rempel bug-track at fisher-privat.net
Thu May 10 07:59:28 UTC 2012


Signed-off-by: Oleksij Rempel <bug-track at fisher-privat.net>
---
 drivers/staging/rts5139/xd.c |    7 -------
 1 file changed, 7 deletions(-)

diff --git a/drivers/staging/rts5139/xd.c b/drivers/staging/rts5139/xd.c
index 09f1b4c..ef8872d 100644
--- a/drivers/staging/rts5139/xd.c
+++ b/drivers/staging/rts5139/xd.c
@@ -47,13 +47,6 @@ static inline void xd_set_err_code(struct rts51x_chip *chip, u8 err_code)
 	xd_card->err_code = err_code;
 }
 
-static inline int xd_check_err_code(struct rts51x_chip *chip, u8 err_code)
-{
-	struct xd_info *xd_card = &(chip->xd_card);
-
-	return (xd_card->err_code == err_code);
-}
-
 static int xd_set_init_para(struct rts51x_chip *chip)
 {
 	struct xd_info *xd_card = &(chip->xd_card);
-- 
1.7.9.5




More information about the devel mailing list