Loading drivers/base/attribute_container.c +1 −1 Original line number Diff line number Diff line Loading @@ -158,7 +158,7 @@ attribute_container_add_device(struct device *dev, ic = kzalloc(sizeof(*ic), GFP_KERNEL); if (!ic) { dev_printk(KERN_ERR, dev, "failed to allocate class container\n"); dev_err(dev, "failed to allocate class container\n"); continue; } Loading drivers/base/devres.c +2 −2 Original line number Diff line number Diff line Loading @@ -50,7 +50,7 @@ static void devres_log(struct device *dev, struct devres_node *node, const char *op) { if (unlikely(log_devres)) dev_printk(KERN_ERR, dev, "DEVRES %3s %p %s (%lu bytes)\n", dev_err(dev, "DEVRES %3s %p %s (%lu bytes)\n", op, node, node->name, (unsigned long)node->size); } #else /* CONFIG_DEBUG_DEVRES */ Loading Loading
drivers/base/attribute_container.c +1 −1 Original line number Diff line number Diff line Loading @@ -158,7 +158,7 @@ attribute_container_add_device(struct device *dev, ic = kzalloc(sizeof(*ic), GFP_KERNEL); if (!ic) { dev_printk(KERN_ERR, dev, "failed to allocate class container\n"); dev_err(dev, "failed to allocate class container\n"); continue; } Loading
drivers/base/devres.c +2 −2 Original line number Diff line number Diff line Loading @@ -50,7 +50,7 @@ static void devres_log(struct device *dev, struct devres_node *node, const char *op) { if (unlikely(log_devres)) dev_printk(KERN_ERR, dev, "DEVRES %3s %p %s (%lu bytes)\n", dev_err(dev, "DEVRES %3s %p %s (%lu bytes)\n", op, node, node->name, (unsigned long)node->size); } #else /* CONFIG_DEBUG_DEVRES */ Loading