staging: usbip: stub_main.c: simplify busid_table initialization
authormatt mooney <mfm@muteddisk.com>
Fri, 27 May 2011 08:49:24 +0000 (01:49 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 7 Jun 2011 21:29:16 +0000 (14:29 -0700)
commit0a186be35963bd9bc4c148554188e927578115b0
tree69f9fc237639b71d164473a181110333d3038300
parent1109566469f7df817753939227e989c6395a7595
staging: usbip: stub_main.c: simplify busid_table initialization

Set the whole structure to zero instead of individually setting each
member, which simplifies the for loop.

This was suggested by walter harms <wharms@bfs.de>.

Signed-off-by: matt mooney <mfm@muteddisk.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/usbip/stub_main.c