On Wed, Oct 09, 2024 at 10:29:44PM +0200, Gerhard Engleder wrote:
static void cp500_register_auxiliary_devs(struct cp500 *cp500)
{
struct device *dev = &cp500->pci_dev->dev;
if (cp500_register_i2c(cp500))
- dev_warn(dev, "Failed to register i2c!\n");
+ dev_warn(dev, "Failed to register I2C!\n");
Nit, this doesn't have anything to do with the original commit message,
please be more careful when splitting patches up into a series.