Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1219556
| From | Geert Uytterhoeven <geert@linux-m68k.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH 1/2] mfd: Fixup clients of multi_reg_write/register_patch |
| Date | 2015-09-05 16:10 +0200 |
| Message-ID | <q5mkh-2Hy-1@gated-at.bofh.it> (permalink) |
| References | <pN5Bf-3cV-5@gated-at.bofh.it> <pNarg-1FW-17@gated-at.bofh.it> <pNbdD-2PM-5@gated-at.bofh.it> <pNeuS-7FI-23@gated-at.bofh.it> <pO8x3-3HR-7@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On Mon, Jul 20, 2015 at 3:59 AM, Stephen Rothwell <sfr@canb.auug.org.au> wrote:
> On Fri, 17 Jul 2015 15:09:26 +0100 Nariman Poushin <nariman@opensource.wolfsonmicro.com> wrote:
>> Introduced by:
>> commit 8019ff6cfc04
>> ("regmap: Use reg_sequence for multi_reg_write / register_patch")
>>
>> Interacting with:
>> commit 561629755a21 ("mfd: arizona: Add support for WM8998 and WM1814")
>> commit 81207880cef2 ("mfd: wm5110: Add register patch for rev E and above")
>>
>> Signed-off-by: Nariman Poushin <nariman@opensource.wolfsonmicro.com>
Acked-by: Geert Uytterhoeven <geert@linux-m68k.org>
>> ---
>> drivers/mfd/wm5110-tables.c | 2 +-
>> drivers/mfd/wm8998-tables.c | 2 +-
>> 2 files changed, 2 insertions(+), 2 deletions(-)
>
> I will apply both these patches as merge fix patches in linux-next
> today. Thanks.
7 weeks later, the fix is still in -next only, hidden in:
commit 203903b3383c2dc8bcommit 203903b3383c2dc8b79277061341ec1c31ea75e3
Merge: f7ef70b70ccf13a9 90b1f7f5d2016031
Author: Stephen Rothwell <sfr@canb.auug.org.au>
Date: Thu Sep 3 12:39:52 2015 +1000
Merge remote-tracking branch 'regmap/for-next'
Worse, the problem is now in Linus' tree:
drivers/mfd/wm5110-tables.c: In function ‘wm5110_patch’:
drivers/mfd/wm5110-tables.c:281: warning: passing argument 2 of
‘regmap_register_patch’ from incompatible pointer type
drivers/mfd/wm8998-tables.c: In function ‘wm8998_patch’:
drivers/mfd/wm8998-tables.c:50: warning: passing argument 2 of
‘regmap_register_patch’ from incompatible pointer type
Gr{oetje,eeting}s,
Geert
--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org
In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
-- Linus Torvalds
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next | Find similar | Unroll thread
Re: [PATCH 1/2] mfd: Fixup clients of multi_reg_write/register_patch Geert Uytterhoeven <geert@linux-m68k.org> - 2015-09-05 16:10 +0200
csiph-web