diff options
| author | 2022-11-28 17:56:10 +0100 | |
|---|---|---|
| committer | 2022-11-28 17:56:10 +0100 | |
| commit | 9d1566e1f36b5167731372d2dfea97dbb4c43edf (patch) | |
| tree | 7eff84e5fd2c5758bb932d9e48ba1a5e43a80cad /kernel/gcov/clang.c | |
| parent | usb: usb251xb: Convert to i2c's .probe_new() (diff) | |
| parent | Linux 6.1-rc7 (diff) | |
| download | wireguard-linux-9d1566e1f36b5167731372d2dfea97dbb4c43edf.tar.xz wireguard-linux-9d1566e1f36b5167731372d2dfea97dbb4c43edf.zip | |
Merge 6.1-rc7 into usb-next
We need the USB fixes in here as well.
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'kernel/gcov/clang.c')
| -rw-r--r-- | kernel/gcov/clang.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/kernel/gcov/clang.c b/kernel/gcov/clang.c index cbb0bed958ab..7670a811a565 100644 --- a/kernel/gcov/clang.c +++ b/kernel/gcov/clang.c @@ -280,6 +280,8 @@ void gcov_info_add(struct gcov_info *dst, struct gcov_info *src) for (i = 0; i < sfn_ptr->num_counters; i++) dfn_ptr->counters[i] += sfn_ptr->counters[i]; + + sfn_ptr = list_next_entry(sfn_ptr, head); } } |
