]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - drivers/net/ifb.c
mtd: nand: complain loudly when chip->bits_per_cell is not correctly initialized
[karo-tx-linux.git] / drivers / net / ifb.c
index 144ea5ae8ab4abda588cb6b23292c9f3ccf06c9c..8870bd2a2e8a2439c4a0618506375db6b9b4f653 100644 (file)
@@ -273,7 +273,8 @@ static int ifb_open(struct net_device *dev)
        return 0;
 }
 
-static int ifb_validate(struct nlattr *tb[], struct nlattr *data[])
+static int ifb_validate(struct nlattr *tb[], struct nlattr *data[],
+                       struct netlink_ext_ack *extack)
 {
        if (tb[IFLA_ADDRESS]) {
                if (nla_len(tb[IFLA_ADDRESS]) != ETH_ALEN)