aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/generic/pending-5.15/684-of_net-do-mac-address-increment-only-once.patch
Commit message (Collapse)AuthorAgeFilesLines
* kernel: fix mac-address-increment on driver probe deferWill Moss2022-09-231-0/+31
Fixes situations where MAC address gets incremented multiple times if device initialization fails at first and then is deferred. Fixes: d284e6ef0f06 ("treewide: convert mtd-mac-address-increment* to generic implementation") Signed-off-by: Will Moss <willormos@gmail.com>