From: Sebastian Ott Date: Sat, 13 Apr 2013 10:53:21 +0000 (+0200) Subject: s390/cio: wait_cons_dev don't use static variable X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~146^2~39 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=188561a462d3b82451d6ba09e2e32c9ba2c9938c;p=pandora-kernel.git s390/cio: wait_cons_dev don't use static variable wait_cons_dev is used to busy wait for an interrupt on the console ccw device. Stop using the static console_subchannel and add a parameter to this function to specify on which ccw device/subchannel we have to do the polling. While at it rename the function to ccw_device_wait_idle and move it to device.c Reviewed-by: Peter Oberparleiter Signed-off-by: Sebastian Ott Signed-off-by: Martin Schwidefsky --- Reading git-diff-tree failed