> + dev = devm_kzalloc(&pdev->dev, sizeof(*dev), > + GFP_KERNEL); > + if (IS_ERR(base)) > + return PTR_ERR(base);
Found a typo here, should be IS_ERR(dev) and PTR_ERR(dev). Is the patch acceptable apart from that now? Greetings, Florian -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/