From: Colin Cross Date: Thu, 8 Nov 2012 02:21:51 +0000 (-0800) Subject: Revert "Staging: Android alarm: IOCTL command encoding fix" X-Git-Tag: v3.7-rc6~11^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d38e0e3fed4f58bcddef4dc93a591dfe2f651cb0;p=pandora-kernel.git Revert "Staging: Android alarm: IOCTL command encoding fix" Commit 6bd4a5d96c08dc2380f8053b1bd4f879f55cd3c9 changed the ANDROID_ALARM_GET_TIME ioctls from IOW to IOR. While technically correct, the _IOC_DIR bits are ignored by alarm_ioctl, so the commit breaks a userspace ABI used by all existing Android devices for a purely cosmetic reason. Revert it. Cc: stable Cc: Dae S. Kim Signed-off-by: Colin Cross Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed