[PATCH] Cleanups for b44
Hi! During some unrelated work I was confused by b44_init_hw. Its return is checked in _open() but nowhere else. I started adding missing checks, but then I found why its so: it only ever returns 0. So this turns it into void. Killed #if 0-ed piece of code and fixed indentation at one point. Please apply, Pavel
Showing
Please register or sign in to comment