]> git.dujemihanovic.xyz Git - u-boot.git/commit
net: ksz9477: rename ksz_i2c_probe() to ksz_probe()
authorRomain Naour <romain.naour@smile.fr>
Tue, 8 Oct 2024 07:54:30 +0000 (09:54 +0200)
committerTom Rini <trini@konsulko.com>
Sun, 27 Oct 2024 16:19:44 +0000 (10:19 -0600)
commit8a63113de037a5d1f86d0b7081ad88f87e86787d
tree5251ecb3386f30d920cc3dc4c12e65df50300ed8
parent9c4413b24697ec3942e92f74772c3798fcf0ad6b
net: ksz9477: rename ksz_i2c_probe() to ksz_probe()

In order to support management bus other than the I2C, rename
ksz_i2c_probe() to ksz_probe() since this function is no longer
specific to the I2C bus.

Signed-off-by: Romain Naour <romain.naour@smile.fr>
drivers/net/ksz9477.c