Quoting pillair@xxxxxxxxxxxxxx (2021-09-21 22:35:34) > > > On 9/5/21 4:04 PM, Stephen Boyd wrote: > > > +static int ath10k_snoc_modem_notify(struct notifier_block *nb, unsigned long [...] > > > + > > > + return NOTIFY_OK; > > > +} > > > > Thanks for posting the patch. It would be preferable to use a different flag > instead of ATH10K_SNOC_FLAG_UNREGISTERING, > > since we are not unloading the ath10k driver. > > Ok. I'll make a new flag ATH10K_SNOC_FLAG_MODEM_STOPPED and test that as well.