9 Nov
2018
9 Nov
'18
8:37 p.m.
- return 0;
- err = snd_hdac_display_power(bus, false);
- if (err < 0) {
dev_err(dev, "Cannot turn off display power on i915\n");
return err;
- }
- return err;
oops, no need for these two returns. this was a bad copy/paste that wasn't detected in the reviews.
please ignore this one, will send a v2 shortly.