From: H Hartley Sweeten Date: Wed, 30 Jan 2013 23:44:25 +0000 (-0700) Subject: staging: comedi: ni_daq_dio24: remove pcmcia_device private data X-Git-Tag: v3.9-rc1~127^2~181 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=112215012f42e2db1f7e2965e25936c4809e89b1;p=pandora-kernel.git staging: comedi: ni_daq_dio24: remove pcmcia_device private data The private data, struct local_info_t, is not being used in the driver. Remove it as well as the kzalloc/kfree. Also, don't set the 'pcmcia_cur_dev' variable unless the pcmcia probe is successful. Signed-off-by: H Hartley Sweeten Cc: Ian Abbott Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed