Xzalloc never returns NULL, so this check does not bring any value.

Signed-off-by: Andrey Smirnov <[email protected]>
---
 drivers/mfd/syscon.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/drivers/mfd/syscon.c b/drivers/mfd/syscon.c
index 5fd22dd..9b873fe 100644
--- a/drivers/mfd/syscon.c
+++ b/drivers/mfd/syscon.c
@@ -116,8 +116,6 @@ static int syscon_probe(struct device_d *dev)
        struct resource *res;
 
        syscon = xzalloc(sizeof(struct syscon));
-       if (!syscon)
-               return -ENOMEM;
 
        res = dev_get_resource(dev, IORESOURCE_MEM, 0);
        if (IS_ERR(res)) {
-- 
2.5.5


_______________________________________________
barebox mailing list
[email protected]
http://lists.infradead.org/mailman/listinfo/barebox

Reply via email to