You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
drivers: at_cmd: corrected warning in set_notification_handler().
Before: (handler != NULL) is wrong. Even if hander is NULL, it is
also forgetting prior notification handler.
After: (handler != notification_handler) should be right.
Signed-off-by: PK Chan <[email protected]>
0 commit comments