From: Sebastian Ott Date: Sat, 13 Apr 2013 10:56:51 +0000 (+0200) Subject: s390/cio: ccw_device_force_console don't use static variable X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~146^2~38 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f10ccca7a555f5e80ed7ecff58e7dfdab03860da;p=pandora-kernel.git s390/cio: ccw_device_force_console don't use static variable force_console is used to wake up the CCW based console device to print a panic message in case something goes wrong in a suspend or resume cycle. Stop using the static console_subchannel and add a parameter to this function to specify which ccw device we have to wake up. Reviewed-by: Peter Oberparleiter Signed-off-by: Sebastian Ott Signed-off-by: Martin Schwidefsky --- Reading git-diff-tree failed