From: Samuel Ortiz Date: Mon, 11 Feb 2013 09:30:04 +0000 (+0100) Subject: NFC: microread: Fix mei physical layer X-Git-Tag: v3.9-rc1~139^2~31^2^2~22^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cd48d8ba149484c4723a2b75159deeb83f3d2273;p=pandora-kernel.git NFC: microread: Fix mei physical layer The MEI bus API changed according to the latest comments from the char-misc maintainers, and this patch fixes the microread mei physical layer code according to those changes: We pass the MEI id back to the probe routine, and the mei_driver takes a table of MEI ids instead of one static id. Also, mei_bus_driver got renamed to mei_driver, mei_bus_client to mei_device, and mei_bus_set/get_clientdata to mei_set/get_clientdata. Signed-off-by: Samuel Ortiz --- Reading git-diff-tree failed