From 718b90ac4c21c81f42b6db062ca0867f3cac7648 Mon Sep 17 00:00:00 2001 From: Michal Simek Date: Thu, 10 Oct 2013 08:30:22 +0200 Subject: [PATCH] video: xilinxfb: Simplify error path devm_iounmap is called automatically that's why remove it from the code dev_set_drvdata(dev, NULL) is called by generic code after device_release or on probe failure. Signed-off-by: Michal Simek Reviewed-by: Jingoo Han Signed-off-by: Tomi Valkeinen --- Reading git-format-patch failed