Hi all, In commit c275e5d349b0 ("media: atomisp: fix the uninitialized use and rename "retvalue"") Fixes tag Fixes: ad85094 (media / atomisp: fix the uninitialized use of model ID) has these problem(s): - SHA1 should be at least 12 digits long Can be fixed by setting core.abbrev to 12 (or more) or (for git v2.11 or later) just making sure it is not set (or set to "auto"). - Subject does not match target commit subject Just use git log -1 --format='Fixes: %h ("%s")' maybe you meant Fixes: ad85094b293e ("Revert "media: staging: atomisp: Remove driver"") -- Cheers, Stephen Rothwell