From: Jakub Kicinski Date: Thu, 5 Oct 2023 00:15:06 +0000 (-0700) Subject: Merge branch 'fix-a-couple-recent-instances-of-wincompatible-function-pointer-types... X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=b4ac75a3bb5cdf5c8bfac3f0a92db53091faba35;p=linux.git Merge branch 'fix-a-couple-recent-instances-of-wincompatible-function-pointer-types-strict-from-mode_get-implementations' Nathan Chancellor says: ==================== Fix a couple recent instances of -Wincompatible-function-pointer-types-strict from ->mode_get() implementations This series fixes a couple of instances of -Wincompatible-function-pointer-types-strict that were introduced by a recent series that added a new type of ops, struct dpll_device_ops, along with implementations of the callback ->mode_get() that had a mismatched mode type. This warning is not currently enabled for any build but I am planning on submitting a patch to add it to W=1 to prevent new instances of the warning from popping up while we try and fix the existing instances in other drivers. This series is based on current net-next but if they need to go into individual maintainer trees, please feel free to take the patches individually. ==================== Link: https://lore.kernel.org/r/20231002-net-wifpts-dpll_mode_get-v1-0-a356a16413cf@kernel.org Signed-off-by: Jakub Kicinski --- b4ac75a3bb5cdf5c8bfac3f0a92db53091faba35