From 18b87ed1d041e7b1162481e38e2dc5a87b9a1689 Mon Sep 17 00:00:00 2001 From: Benjamin Romer Date: Thu, 24 Jul 2014 14:08:43 -0400 Subject: [PATCH] staging: unisys: move chipsetready to sysfs Move the chipsetready proc entry to sysfs under a new directory guest. This entry is used by Unisys application software on the guest to acknowledge completion of specific events for integration purposes, but these acknowledgements are not required for the guest to operate correctly. The store function is simplified as well, to use scanf() instead of copying the buffer and using strsep(). Signed-off-by: Benjamin Romer Signed-off-by: Greg Kroah-Hartman --- Reading git-format-patch failed