[GIT PULL] Counter updates for 7.3
William Breathitt Gray <[email protected]>
| Newsgroups | org.kernel.vger.linux-iio |
|---|---|
| Message-ID | <[email protected]> |
The following changes since commit dc59e4fea9d83f03bad6bddf3fa2e52491777482:
Linux 7.2-rc1 (2026-06-28 12:01:31 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/wbg/counter.git tags/counter-updates-for-7.3
for you to fetch changes up to 353b2e09f44a91e64c6b8117df46b6999c52e465:
counter: ti-eqep: Remove redundant dev_err_probe() (2026-08-02 21:47:31 +0900)
----------------------------------------------------------------
Counter updates for 7.3
Remove superfluous dev_err() and dev_err_probe() calls from
stm32-timer-cnt, ti-eqep, and ti-ecap-capture now that
devm_request_irq() and devm_request_threaded_irq() automatically
log error messages on failure.
----------------------------------------------------------------
Pan Chuang (3):
counter: stm32-timer-cnt: Remove redundant dev_err()
counter: ti-ecap-capture: Remove redundant dev_err_probe()
counter: ti-eqep: Remove redundant dev_err_probe()
drivers/counter/stm32-timer-cnt.c | 10 ++--------
drivers/counter/ti-ecap-capture.c | 2 +-
drivers/counter/ti-eqep.c | 2 +-
3 files changed, 4 insertions(+), 10 deletions(-)