Re: [PATCH 1/3] staging: ks7010: remove one level of indentation

2017-03-07 Thread kbuild test robot
Hi Tobin, [auto build test ERROR on staging/staging-testing] [also build test ERROR on v4.11-rc1] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url: https://github.com/0day-ci/linux/commits/Tobin-C-Harding/clean-up-ks_sdio_interrupt/201703

[PATCH 1/3] staging: ks7010: remove one level of indentation

2017-03-06 Thread Tobin C. Harding
Function ks_sdio_interrupt() is deeply nested. One level of indentation may be removed by inverting an 'if' statement conditional. Body of statement makes up the bulk of the function. Goto can be used to return early from function. It is not necessary to alter the function logic. Once completed, th