Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 541642
Collapse All | Expand All

(-)v4l-dvb-saa716x-d7e98fc59230-orig/linux/drivers/media/common/saa716x/saa716x_budget.c (-3 / +3 lines)
Lines 497-506 Link Here
497
		break;
497
		break;
498
	}
498
	}
499
499
500
	err = stv090x_set_gpio(fe, 2, 0, en, 0);
500
	err = skystar2_stv090x_config.set_gpio(fe, 2, 0, en, 0);
501
	if (err < 0)
501
	if (err < 0)
502
		goto exit;
502
		goto exit;
503
	err = stv090x_set_gpio(fe, 3, 0, sel, 0);
503
	err = skystar2_stv090x_config.set_gpio(fe, 3, 0, sel, 0);
504
	if (err < 0)
504
	if (err < 0)
505
		goto exit;
505
		goto exit;
506
506
Lines 519-525 Link Here
519
	else
519
	else
520
		value = 0;
520
		value = 0;
521
521
522
	err = stv090x_set_gpio(fe, 4, 0, value, 0);
522
	err = skystar2_stv090x_config.set_gpio(fe, 4, 0, value, 0);
523
	if (err < 0)
523
	if (err < 0)
524
		goto exit;
524
		goto exit;
525
525

Return to bug 541642