commit | c6333cc65d12fddf9cf79de3950b65bc142784e1 | [log] [tgz] |
---|---|---|
author | Jiri Slaby <jslaby@suse.cz> | Tue Aug 07 21:47:30 2012 +0200 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Fri Aug 10 13:27:51 2012 -0700 |
tree | b7348319d5d2dd37a5d345306e839ccf5bf0100b | |
parent | d15684228a1f82555fcd3c5fcd86a0884bad29e3 [diff] |
misc: pti, pci drvdata cannot be NULL in ->remove As we set drvdata unconditionally in ->probe, we need not check if it is NULL. Let us remove the check. Signed-off-by: Jiri Slaby <jslaby@suse.cz> Cc: J Freyensee <james_p_freyensee@linux.intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>