Loading drivers/soc/qcom/bgcom_spi.c +1 −2 Original line number Diff line number Diff line Loading @@ -48,7 +48,7 @@ #define HED_EVENT_SIZE_LEN (0x02) #define HED_EVENT_DATA_STRT_LEN (0x05) #define MAX_RETRY 200 #define MAX_RETRY 500 enum bgcom_state { /*BGCOM Staus ready*/ Loading Loading @@ -788,7 +788,6 @@ unlock: bg_soft_reset(); return -ETIMEDOUT; } pr_info("BG retries for wake up : %d\n", retry); return 0; } EXPORT_SYMBOL(bgcom_resume); Loading Loading
drivers/soc/qcom/bgcom_spi.c +1 −2 Original line number Diff line number Diff line Loading @@ -48,7 +48,7 @@ #define HED_EVENT_SIZE_LEN (0x02) #define HED_EVENT_DATA_STRT_LEN (0x05) #define MAX_RETRY 200 #define MAX_RETRY 500 enum bgcom_state { /*BGCOM Staus ready*/ Loading Loading @@ -788,7 +788,6 @@ unlock: bg_soft_reset(); return -ETIMEDOUT; } pr_info("BG retries for wake up : %d\n", retry); return 0; } EXPORT_SYMBOL(bgcom_resume); Loading