staging: dgap: mgmt.c: removes unused variable
authorLidza Louina <lidza.louina@gmail.com>
Thu, 22 Aug 2013 01:48:40 +0000 (21:48 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 22 Aug 2013 17:12:43 +0000 (10:12 -0700)
This patch removes the unused variable page
in mgmt.c.

Signed-off-by: Lidza Louina <lidza.louina@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/dgap/dgap_mgmt.c

index 1147f1d425fb6d83694d9b45f6215e9ff8a0e8ef..dce33d4ae6042b1ca40ff8c85fa89d192220e55a 100644 (file)
@@ -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; 
This page took 0.024341 seconds and 5 git commands to generate.