From: Greg Kroah-Hartman Date: Fri, 20 Jan 2006 22:08:59 +0000 (-0800) Subject: [PATCH] IB: fix up major/minor sysfs interface for IB core X-Git-Tag: v2.6.16-rc3~97^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=68f5f996347dc2724a0dd511683643a2b6912380;p=pandora-kernel.git [PATCH] IB: fix up major/minor sysfs interface for IB core Current IB code doesn't work with userspace programs that listen only to the kernel event netlink socket as it is trying to create its own dev interface. This small patch fixes this problem, and removes some unneeded code as the driver core handles this logic for you automatically. Acked-by: Sean Hefty Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed