On Fri, 14 Jun 2024 12:04:29 +0200, Thomas Weißschuh wrote: > Implement review comments from Lee as requested in [0] for > "leds: Add ChromeOS EC driver". > > Changes: > * Inline DRV_NAME string constant. > * Use dev_err() instead of dev_warn() to report errors. > * Rename cros_ec_led_probe_led() to cros_ec_led_probe_one(). > * Make loop variable "int" where they belong. > * Move "Unknown LED" comment to where it belongs. > * Register trigger during _probe(). > * Use module_platform_driver() and drop all the custom boilerplate. > > [...] Applied, thanks! [1/1] leds: cros_ec: Implement review comments from Lee commit: 1b95b0039874092a24f9ee58c8bedf68485221a7 -- Lee Jones [李琼斯]