commit | 27ccaaa507f6211afc277786d461d1884951d038 | [log] [tgz] |
---|---|---|
author | Kautuk Consul <consul.kautuk@gmail.com> | Mon Sep 19 16:53:16 2011 -0700 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Tue Sep 20 12:40:32 2011 -0700 |
tree | 0f67873afbf80e95da39ef76b60538af939b4384 | |
parent | 0e6c7f746ea99089fb3263709075c20485a479ae [diff] |
xhci-mem.c: xhci_segment_free: No need for checking seg argument The seg argument to xhci_segment_free is never passed as NULL, so no need to check for this in xhci_segment_free. Signed-off-by: Kautuk Consul <consul.kautuk@gmail.com> Signed-off-by: Sarah Sharp <sarah.a.sharp@linux.intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>