Re: [Qemu-devel] [PATCH 7/7] usb-linux: fix /proc/bus/usb/devices scan

2011-11-21 Thread Markus Armbruster
Gerd Hoffmann writes: > Commit 0c402e5abb8c2755390eee864b43a98280fc2453 is incomplete > and misses one of the two function pointer calls in > usb_host_scan_dev(). Add the additional port handling logic > to the other call too. > > Spotted by Coverity. > > Cc: Markus Armbruster > Signed-off-by:

[Qemu-devel] [PATCH 7/7] usb-linux: fix /proc/bus/usb/devices scan

2011-11-21 Thread Gerd Hoffmann
Commit 0c402e5abb8c2755390eee864b43a98280fc2453 is incomplete and misses one of the two function pointer calls in usb_host_scan_dev(). Add the additional port handling logic to the other call too. Spotted by Coverity. Cc: Markus Armbruster Signed-off-by: Gerd Hoffmann --- usb-linux.c |7 +