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)
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>

No differences found