On Tue, Aug 06, 2019 at 06:48:44PM -0700, Tri Vo wrote: > wakeup_source_init() has no users. Remove it. > > As a result, wakeup_source_prepare() is only called from > wakeup_source_create(). Merge wakeup_source_prepare() into > wakeup_source_create() and remove it. > > Change wakeup_source_create() behavior so that assigning NULL to wakeup > source's name throws an error.
The kernel C code can not "throw" errors :) Anyway, odd verbage asside, patch looks good to me: Reviewed-by: Greg Kroah-Hartman <gre...@linuxfoundation.org>