diff options
| -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 023a3bee76e7..0704a2abd8c6 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) | |||
| 222 | 222 | ||
| 223 | /* calculate base of control bits in TCON */ | 223 | /* calculate base of control bits in TCON */ |
| 224 | s3c->tcon_base = id == 0 ? 0 : (id * 4) + 4; | 224 | s3c->tcon_base = id == 0 ? 0 : (id * 4) + 4; |
| 225 | s3c->pwm_id = id; | ||
| 225 | s3c->chip.dev = &pdev->dev; | 226 | s3c->chip.dev = &pdev->dev; |
| 226 | s3c->chip.ops = &s3c_pwm_ops; | 227 | s3c->chip.ops = &s3c_pwm_ops; |
| 227 | s3c->chip.base = -1; | 228 | s3c->chip.base = -1; |
