Merge branch 'for-3.16' of git://linux-nfs.org/~bfields/linux
[cascardo/linux.git] / drivers / i2c / busses / scx200_acb.c
index cb66f95..ff3f574 100644 (file)
@@ -431,10 +431,8 @@ static struct scx200_acb_iface *scx200_create_iface(const char *text,
        struct i2c_adapter *adapter;
 
        iface = kzalloc(sizeof(*iface), GFP_KERNEL);
-       if (!iface) {
-               pr_err("can't allocate memory\n");
+       if (!iface)
                return NULL;
-       }
 
        adapter = &iface->adapter;
        i2c_set_adapdata(adapter, iface);