Re: [PATCH] staging: greybus: add host device function pointer checks

2017-01-04 Thread Johan Hovold
On Tue, Jan 03, 2017 at 01:46:09PM -0600, Jason Hrycay wrote: > On Mon, Jan 02, 2017 at 02:54:37PM +0100, Johan Hovold wrote: > > On Tue, Dec 20, 2016 at 02:49:27PM -0600, Jason Hrycay wrote: > > > Add sanity checks for cport_quiesce and cport_clear before invoking the > > > callbacks as these func

Re: [PATCH] staging: greybus: add host device function pointer checks

2017-01-03 Thread Jason Hrycay
On Mon, Jan 02, 2017 at 02:54:37PM +0100, Johan Hovold wrote: > On Tue, Dec 20, 2016 at 02:49:27PM -0600, Jason Hrycay wrote: > > Add sanity checks for cport_quiesce and cport_clear before invoking the > > callbacks as these function pointers are not required during the host > > device registration

Re: [PATCH] staging: greybus: add host device function pointer checks

2017-01-02 Thread Johan Hovold
On Tue, Dec 20, 2016 at 02:49:27PM -0600, Jason Hrycay wrote: > Add sanity checks for cport_quiesce and cport_clear before invoking the > callbacks as these function pointers are not required during the host > device registration. This follows the logic implemented elsewhere for > various other fun

Re: [PATCH] staging: greybus: add host device function pointer checks

2016-12-21 Thread Bryan O'Donoghue
On 20/12/16 20:49, Jason Hrycay wrote: > Add sanity checks for cport_quiesce and cport_clear before invoking the > callbacks as these function pointers are not required during the host > device registration. This follows the logic implemented elsewhere for > various other function pointers. > > Si

[PATCH] staging: greybus: add host device function pointer checks

2016-12-20 Thread Jason Hrycay
Add sanity checks for cport_quiesce and cport_clear before invoking the callbacks as these function pointers are not required during the host device registration. This follows the logic implemented elsewhere for various other function pointers. Signed-off-by: Jason Hrycay --- drivers/staging/gre