Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

misc: keba: Use capital letters for I2C error message

Print "I2C" instead of "i2c" in error message as "I2C" is the official
name for the bus.

Signed-off-by: Gerhard Engleder <eg@keba.com>
Link: https://lore.kernel.org/r/20241011191257.19702-3-gerhard@engleder-embedded.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Gerhard Engleder and committed by
Greg Kroah-Hartman
14afb749 d9996de4

+1 -1
+1 -1
drivers/misc/keba/cp500.c
··· 274 274 struct device *dev = &cp500->pci_dev->dev; 275 275 276 276 if (cp500_register_i2c(cp500)) 277 - dev_warn(dev, "Failed to register i2c!\n"); 277 + dev_warn(dev, "Failed to register I2C!\n"); 278 278 } 279 279 280 280 static void cp500_unregister_dev(struct auxiliary_device *auxdev)