commit | 112215012f42e2db1f7e2965e25936c4809e89b1 | [log] [tgz] |
---|---|---|
author | H Hartley Sweeten <hsweeten@visionengravers.com> | Wed Jan 30 16:44:25 2013 -0700 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Sun Feb 03 19:27:36 2013 -0600 |
tree | 73d18fbc214eef85067b65fd2ea76fcbccb08182 | |
parent | 07c5b441de2caf7e12c5a3e6caf7ae536f2adc2f [diff] |
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 <hsweeten@visionengravers.com> Cc: Ian Abbott <abbotti@mev.co.uk> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>