net: usb: Don't guard dc_usb_initialize() with a static variable.

The function already keeps track of whether it's been called successfully, so
there's no need to keep track with a second variable at its call site.

Change-Id: I94c5ef077398afd6959d170e9a71ff61f2032ca2
1 file changed