Re: [PATCH] net/connector: Add const qualifier to cb_id

2020-12-14 Thread Jakub Kicinski
On Sat, 12 Dec 2020 18:47:01 -0800 Geoff Levand wrote: > The connector driver never modifies any cb_id passed to it, so add a const > qualifier to those arguments so callers can declare their struct cb_id as a > constant object. > > Fixes build warnings like these when passing a constant struct cb

[PATCH] net/connector: Add const qualifier to cb_id

2020-12-12 Thread Geoff Levand
The connector driver never modifies any cb_id passed to it, so add a const qualifier to those arguments so callers can declare their struct cb_id as a constant object. Fixes build warnings like these when passing a constant struct cb_id: warning: passing argument 1 of ‘cn_add_callback’ discards