The following changes since commit 9931faca02c604c22335f5a935a501bb2ace6e20:
Linux 3.8-rc3 (2013-01-09 18:59:55 -0800) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git/ tags/driver-core-3.8-rc3 for you to fetch changes up to f1688e0431d3a395388e70fe21da89ed0de0c323: debugfs: convert gid= argument from decimal, not octal (2013-01-11 05:56:01 -0800) ---------------------------------------------------------------- Driver core fixes for 3.8-rc3 Here are two patches for 3.8-rc3. One removes the __dev* defines from init.h now that all usages of it are gone from your tree. The other fix is for debugfs's paramater that was using the wrong base for the option. Signed-off-by: Greg Kroah-Hartman <gre...@linuxfoundation.org> ---------------------------------------------------------------- Dave Reisner (1): debugfs: convert gid= argument from decimal, not octal Greg Kroah-Hartman (1): Remove __dev* markings from init.h fs/debugfs/inode.c | 2 +- include/linux/init.h | 20 -------------------- 2 files changed, 1 insertion(+), 21 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/