]> asedeno.scripts.mit.edu Git - linux.git/commit
mei: amthif: replace amthif_rd_complete_list with rd_completed
authorTomas Winkler <tomas.winkler@intel.com>
Sun, 7 Feb 2016 21:35:26 +0000 (23:35 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 7 Feb 2016 22:47:20 +0000 (14:47 -0800)
commit9abd8b31292497530085156b41746e2a1cd9c934
treed219bc5ae0e05372850e1e6d27d162722b8a3ce8
parent5cf8b2a9be0abec35f675bc719ca6eba9e559b1d
mei: amthif: replace amthif_rd_complete_list with rd_completed

Now when we have per client rd_completed list we can remove
the amthif specific amthif_rd_complete_list.
In addition in the function mei_amthif_read do not loop over the
rd_completed list like the original code as the code path is unlocked.

Reviewed-by: Alexander Usyskin <alexander.usyskin@intel.com>
Signed-off-by: Tomas Winkler <tomas.winkler@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/misc/mei/amthif.c
drivers/misc/mei/client.c
drivers/misc/mei/init.c
drivers/misc/mei/interrupt.c
drivers/misc/mei/mei_dev.h