public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* wm97xx-core: wrong driver name?
@ 2008-05-23 14:02 Guennadi Liakhovetski
  2008-05-23 14:14 ` Mark Brown
  0 siblings, 1 reply; 2+ messages in thread
From: Guennadi Liakhovetski @ 2008-05-23 14:02 UTC (permalink / raw)
  To: linux-kernel; +Cc: broonie, liam.girdwood

Hi,

is this device_driver initialisation in 
drivers/input/touchscreen/wm97xx-core.c really correct (see "name")?

static struct device_driver wm97xx_driver = {
	.name =		"ac97",
	.bus =		&ac97_bus_type,
	.owner =	THIS_MODULE,
	.probe =	wm97xx_probe,
...
};

Thanks
Guennadi
---
Guennadi Liakhovetski, Ph.D.
Freelance Open-Source Software Developer

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2008-05-23 14:14 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-05-23 14:02 wm97xx-core: wrong driver name? Guennadi Liakhovetski
2008-05-23 14:14 ` Mark Brown

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox