This patch removes the unused variable page
in mgmt.c.

Signed-off-by: Lidza Louina <lidza.lou...@gmail.com>
---
 drivers/staging/dgap/dgap_mgmt.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/staging/dgap/dgap_mgmt.c b/drivers/staging/dgap/dgap_mgmt.c
index 1147f1d..dce33d4 100644
--- a/drivers/staging/dgap/dgap_mgmt.c
+++ b/drivers/staging/dgap/dgap_mgmt.c
@@ -607,7 +607,6 @@ get_service:
 
                /* If the concentrator number is 0... */
                if (kme.rw_conc == 0 && kme.rw_addr < 0x100000) {
-                       int page = 0;   
                        int addr = kme.rw_addr;
                        int size = kme.rw_size;
                        caddr_t data = (caddr_t) kme.rw_data; 
-- 
1.8.1.2

_______________________________________________
devel mailing list
de...@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

Reply via email to