lkml.org 
[lkml]   [2015]   [Jun]   [11]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[PATCH] staging: unisys: Remove unneeded variable
Date
This patch remove unneeded variable used to store return value.

Signed-off-by: Abdul Hussain <habdul@visteon.com>
---
drivers/staging/unisys/visorbus/visorbus_main.c | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/drivers/staging/unisys/visorbus/visorbus_main.c b/drivers/staging/unisys/visorbus/visorbus_main.c
index c7db681..bceec88 100644
--- a/drivers/staging/unisys/visorbus/visorbus_main.c
+++ b/drivers/staging/unisys/visorbus/visorbus_main.c
@@ -835,7 +835,6 @@ away:
static int
visordriver_remove_device(struct device *xdev)
{
- int rc = 0;
struct visor_device *dev;
struct visor_driver *drv;

@@ -858,7 +857,7 @@ visordriver_remove_device(struct device *xdev)

put_device(&dev->device);

- return rc;
+ return 0;
}

/** A particular type of visor driver calls this function to register
--
1.9.1

\
 
 \ /
  Last update: 2015-06-11 13:01    [W:0.023 / U:0.084 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site