From a96aa64cb5723d941de879a9cd1fea025d6acb1b Mon Sep 17 00:00:00 2001 From: Ricardo Ribalda Delgado Date: Mon, 30 Mar 2015 10:45:59 -0700 Subject: [PATCH] leds/led-class: Handle LEDs with the same name The current code expected that every LED had an unique name. This is a legit expectation when the device tree can no be modified or extended. But with device tree overlays this requirement can be easily broken. This patch finds out if the name is already in use and adds the suffix _1, _2... if not. Signed-off-by: Ricardo Ribalda Delgado Reported-by: Geert Uytterhoeven Signed-off-by: Bryan Wu --- Reading git-format-patch failed