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
Merge: mtd: spi-nor: core: Use auto-detection only once
MR: https://gitlab.com/redhat/centos-stream/src/kernel/centos-stream-9/-/merge_requests/4480
# Merge Request Required Information
## Summary of Changes
When using the SPI driver, a spi-nor probing error -ENOENT is shown in dmesg. This commit makes it so that instead of returning -ENOENT when spi_nor_read_id results in NULL, we return NULL instead (the result of the function call to spi_nor_read_id)
Tested on TIJ784 board with SPI configs enabled. After applying commits, the probing error was no longer shown in dmesg.
Signed-off-by: Joel Slebodnick <jslebodn@redhat.com>
## Approved Development Ticket
All submissions to CentOS Stream must reference an approved ticket in [Red Hat Jira](https://issues.redhat.com/). Please follow the CentOS Stream [contribution documentation](https://docs.centos.org/en-US/stream-contrib/quickstart/) for how to file this ticket and have it approved.
JIRA: https://issues.redhat.com/browse/RHEL-40636
Approved-by: Radu Rendec <rrendec@redhat.com>
Approved-by: Shawn Doherty <sdoherty@redhat.com>
Approved-by: Eric Chanudet <echanude@redhat.com>
Approved-by: Andrew Halaney <ahalaney@redhat.com>
Approved-by: CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com>
Merged-by: Rado Vrbovsky <rvrbovsk@redhat.com>
0 commit comments