We can trust our own callers. Fixes:

 src/pccardctl.c:82: warning: the address of 'in_file' will always evaluate as 
'true'

Reported-by: Alexander Mansurov <alexander.mansu...@gmail.com>
Signed-off-by: Wolfram Sang <w.s...@pengutronix.de>
---
 src/pccardctl.c |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

diff --git a/src/pccardctl.c b/src/pccardctl.c
index fe0c8c9..a59aff9 100644
--- a/src/pccardctl.c
+++ b/src/pccardctl.c
@@ -79,9 +79,6 @@ static int pccardctl_echo_one(unsigned long socket_no, const 
char *in_file)
         char file[SYSFS_PATH_MAX];
         struct sysfs_attribute *attr;
 
-       if (!in_file)
-               return -EINVAL;
-
         snprintf(file, SYSFS_PATH_MAX, 
"/sys/class/pcmcia_socket/pcmcia_socket%lu/%s",
                  socket_no, in_file);
 
-- 
1.7.2.3


_______________________________________________
Linux PCMCIA reimplementation list
http://lists.infradead.org/mailman/listinfo/linux-pcmcia

Reply via email to