From: David S. Miller Date: Thu, 5 Aug 2021 10:28:56 +0000 (+0100) Subject: Merge branch 'eean-iosm-fixes' X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=afa00d3f5800a83228311636fc69fd28fb7af205;p=linux.git Merge branch 'eean-iosm-fixes' M Chetan Kumar says: ==================== net: wwan: iosm: fixes This patch series contains IOSM Driver fixes. Below is the patch series breakdown. PATCH1: * Correct the td buffer type casting & format specifier to fix lkp buildbot warning. PATCH2: * Endianness type correction for nr_of_bytes. This field is exchanged as part of host-device protocol communication. PATCH3: * Correct ul/dl data protocol mask bit to know which protocol capability does device implement. PATCH4: * Calling unregister_netdevice() inside wwan del link is trying to acquire the held lock in ndo_stop_cb(). Instead, queue net dev to be unregistered later. ==================== Signed-off-by: David S. Miller --- afa00d3f5800a83228311636fc69fd28fb7af205