Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ieee802154: ca8210: use __func__ macro for debug messages
Instead of having the function name hard-coded (it might change and we forgot to update them in the debug output) we can use __func__ instead and also shorter the line so we do not need to break it. Found by checkpatch. Signed-off-by: Stefan Schmidt <stefan@osg.samsung.com> Acked-by: Harry Morris <h.morris@cascoda.com> Signed-off-by: Stefan Schmidt <stefan@osg.samsung.com>
- Loading branch information