From 9bcadaef9189cce6b712a40ec2a359629e06795f Mon Sep 17 00:00:00 2001 From: Libo Chen Date: Wed, 21 Aug 2013 18:15:11 +0800 Subject: [PATCH] net: irda: pxaficp_ir: use platform_set_drvdata() Use the wrapper functions for getting and setting the driver data using platform_device instead of using deva_set_drvdata() with &pdev->dev, so we can directly pass a struct platform_device. Signed-off-by: Libo Chen Signed-off-by: David S. Miller --- Reading git-format-patch failed