Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ALSA: ac97: fix device initialization in the compat layer
ac97->dev is an object of 'struct device' type. It should be initialized via device_initialize() or device_register(). Fixes: 74426fb ("ALSA: ac97: add an ac97 bus") Signed-off-by: Lihua Yao <[email protected]> Tested-by: Robert Jarzmik <[email protected]> Acked-by: Robert Jarzmik <[email protected]> Cc: <[email protected]> Signed-off-by: Takashi Iwai <[email protected]>
- Loading branch information