hardkernel / linux

Linux kernel source tree
Other
427 stars 408 forks source link

compile warnings #278

Closed Dmole closed 7 years ago

Dmole commented 7 years ago

Banish them.

mdrjr commented 7 years ago

Did you tested USB3 stuff with this patch? Its the only thing that scares me to merge it.

Dmole commented 7 years ago

Yes; I tested with:

Theoretically there are no functional changes to USB3, just [re]moved some dead code. hdmi and wifi have functional changes to avoid uninitialized variable access.

Dmole commented 7 years ago

4.9.16 should also use this https://patchwork.kernel.org/patch/8352011/

Dmole commented 7 years ago

@mdrjr I rebased and removed the usb changes. Please review.