aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/dgap
diff options
context:
space:
mode:
authorLidza Louina <lidza.louina@gmail.com>2013-08-21 21:48:40 -0400
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2013-08-22 10:12:43 -0700
commit6c2f9ab53ca189aa1829b267dfca1dc3d95252c1 (patch)
tree8d954daf08b93a92f2f96996a5731b47abb89542 /drivers/staging/dgap
parentstaging: dgap: tty.c: fixes incompatible type error (diff)
downloadlinux-dev-6c2f9ab53ca189aa1829b267dfca1dc3d95252c1.tar.xz
linux-dev-6c2f9ab53ca189aa1829b267dfca1dc3d95252c1.zip
staging: dgap: mgmt.c: removes unused variable
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>
Diffstat (limited to 'drivers/staging/dgap')
-rw-r--r--drivers/staging/dgap/dgap_mgmt.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/staging/dgap/dgap_mgmt.c b/drivers/staging/dgap/dgap_mgmt.c
index 1147f1d425fb..dce33d4ae604 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;