Loading sound/sh/sh_dac_audio.c +1 −1 Original line number Diff line number Diff line Loading @@ -424,7 +424,7 @@ static int snd_sh_dac_probe(struct platform_device *devptr) if (err < 0) goto probe_error; snd_printk("ALSA driver for SuperH DAC audio"); snd_printk(KERN_INFO "ALSA driver for SuperH DAC audio"); platform_set_drvdata(devptr, card); return 0; Loading Loading
sound/sh/sh_dac_audio.c +1 −1 Original line number Diff line number Diff line Loading @@ -424,7 +424,7 @@ static int snd_sh_dac_probe(struct platform_device *devptr) if (err < 0) goto probe_error; snd_printk("ALSA driver for SuperH DAC audio"); snd_printk(KERN_INFO "ALSA driver for SuperH DAC audio"); platform_set_drvdata(devptr, card); return 0; Loading