diff options
| author | Ingo Molnar <[email protected]> | 2016-09-08 12:05:16 +0000 |
|---|---|---|
| committer | Ingo Molnar <[email protected]> | 2016-09-08 12:05:16 +0000 |
| commit | 950d8381d915ee293a5b57f91e59dd8115684af1 (patch) | |
| tree | 6a611a808da1e28c3db740ac9a54c01757af2e56 /drivers/clocksource/timer-atmel-pit.c | |
| parent | time: Avoid undefined behaviour in ktime_add_safe() (diff) | |
| parent | Merge branch 'for-rc' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang... (diff) | |
| download | kernel-950d8381d915ee293a5b57f91e59dd8115684af1.tar.gz kernel-950d8381d915ee293a5b57f91e59dd8115684af1.zip | |
Merge branch 'linus' into timers/core, to refresh the branch
Signed-off-by: Ingo Molnar <[email protected]>
Diffstat (limited to 'drivers/clocksource/timer-atmel-pit.c')
| -rw-r--r-- | drivers/clocksource/timer-atmel-pit.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/clocksource/timer-atmel-pit.c b/drivers/clocksource/timer-atmel-pit.c index 3494bc5a21d5..7f0f5b26d8c5 100644 --- a/drivers/clocksource/timer-atmel-pit.c +++ b/drivers/clocksource/timer-atmel-pit.c @@ -240,6 +240,7 @@ static int __init at91sam926x_pit_common_init(struct pit_data *data) static int __init at91sam926x_pit_dt_init(struct device_node *node) { struct pit_data *data; + int ret; data = kzalloc(sizeof(*data), GFP_KERNEL); if (!data) |
