Re: [PATCH] mmc: core: fix the wrong error control

2016-05-30 Thread Jaehoon Chung
On 05/30/2016 06:45 PM, Shawn Lin wrote: > Hi, > > 在 2016/5/30 15:40, Jaehoon Chung 写道: >> After applied "remove lots of IS_ERR_VALUE abuses", it shoold be >> misoperation. (commit 287980e49) >> If mmc_bus_test is successful, it returned the bus-witdh bit. >> >> The below log is error log >> [

Re: [PATCH] mmc: core: fix the wrong error control

2016-05-30 Thread Shawn Lin
Hi, 在 2016/5/30 15:40, Jaehoon Chung 写道: After applied "remove lots of IS_ERR_VALUE abuses", it shoold be misoperation. (commit 287980e49) If mmc_bus_test is successful, it returned the bus-witdh bit. The below log is error log [2.542260] mmc0: mmc_select_hs200 failed, error 3 [2.542275

[PATCH] mmc: core: fix the wrong error control

2016-05-30 Thread Jaehoon Chung
After applied "remove lots of IS_ERR_VALUE abuses", it shoold be misoperation. (commit 287980e49) If mmc_bus_test is successful, it returned the bus-witdh bit. The below log is error log [2.542260] mmc0: mmc_select_hs200 failed, error 3 [2.542275] mmc0: error 3 whilst initialising MMC card