diff options
Diffstat (limited to 'drivers/pwm/pwm-samsung.c')
| -rw-r--r-- | drivers/pwm/pwm-samsung.c | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/pwm/pwm-samsung.c b/drivers/pwm/pwm-samsung.c index e9b15d099c0..5207e6cd864 100644 --- a/drivers/pwm/pwm-samsung.c +++ b/drivers/pwm/pwm-samsung.c @@ -222,6 +222,7 @@ static int s3c_pwm_probe(struct platform_device *pdev)  	/* calculate base of control bits in TCON */  	s3c->tcon_base = id == 0 ? 0 : (id * 4) + 4; +	s3c->pwm_id = id;  	s3c->chip.dev = &pdev->dev;  	s3c->chip.ops = &s3c_pwm_ops;  	s3c->chip.base = -1;  |