mbox series

[GIT,PULL] firmware: stratix10: fix for v5.17

Message ID 20220222162801.385838-1-dinguyen@kernel.org (mailing list archive)
State New
Headers show
Series [GIT,PULL] firmware: stratix10: fix for v5.17 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux.git tags/stratix10_svc_fix_v5.17

Message

Dinh Nguyen Feb. 22, 2022, 4:28 p.m. UTC
The following changes since commit e783362eb54cd99b2cac8b3a9aeac942e6f6ac07:

  Linux 5.17-rc1 (2022-01-23 10:12:53 +0200)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux.git tags/stratix10_svc_fix_v5.17

for you to fetch changes up to 41a069ab421a9540f75314d3e1bfe5fec6bfdf9f:

  firmware: stratix10-svc: add missing callback parameter on RSU (2022-02-17 06:05:42 -0600)

----------------------------------------------------------------
Stratix10 Service Driver fix for v5.17
- Add a missing callback parameter

----------------------------------------------------------------
Ang Tien Sung (1):
      firmware: stratix10-svc: add missing callback parameter on RSU

 drivers/firmware/stratix10-svc.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Greg KH Feb. 23, 2022, 7:32 a.m. UTC | #1
On Tue, Feb 22, 2022 at 10:28:01AM -0600, Dinh Nguyen wrote:
> The following changes since commit e783362eb54cd99b2cac8b3a9aeac942e6f6ac07:
> 
>   Linux 5.17-rc1 (2022-01-23 10:12:53 +0200)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux.git tags/stratix10_svc_fix_v5.17
> 
> for you to fetch changes up to 41a069ab421a9540f75314d3e1bfe5fec6bfdf9f:
> 
>   firmware: stratix10-svc: add missing callback parameter on RSU (2022-02-17 06:05:42 -0600)
> 
> ----------------------------------------------------------------
> Stratix10 Service Driver fix for v5.17
> - Add a missing callback parameter
> 
> ----------------------------------------------------------------
> Ang Tien Sung (1):
>       firmware: stratix10-svc: add missing callback parameter on RSU
> 
>  drivers/firmware/stratix10-svc.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

You forgot to tag the stable tree with this fix.

Please resend this just as a single patch, no need for a pull request
for something like that.  If it was sent as a patch, I could have fixed
it up on my own.

Also, consider adding the "Link:" tag to the original patch submission.

Please fix up and resend.

thanks,

greg k-h