From: H Hartley Sweeten Date: Fri, 22 Jun 2012 23:26:46 +0000 (-0700) Subject: staging: comedi: ni_daq_700: remove unused private data variable X-Git-Tag: v3.6-rc1~100^2~620 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=54be9353682914693074078d203407806f8f3f34;p=pandora-kernel.git staging: comedi: ni_daq_700: remove unused private data variable The 'have_irq' variable is not needed since this driver doesn't use interrupts. Remove it. The kfree(s->private) needs to remain to free the memory allocated in subdev_700_init(). Signed-off-by: H Hartley Sweeten Cc: Ian Abbott Cc: Frank Mori Hess Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed