From 21351dbe4e61270f28cf61c685c745416554a4f1 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Kristian=20H=C3=B8gsberg?= Date: Tue, 20 Mar 2007 20:58:33 -0400 Subject: [PATCH] firewire: Make use of struct device_type. MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit The device_type struct is useful for setting attributes for a device and overriding .release and .uevent for a group of devices. This patch uses it this way to clean up the sysfs code a bit. Signed-off-by: Kristian Høgsberg Signed-off-by: Stefan Richter --- Reading git-format-patch failed