mbox series

[RESEND,0/2] fpga fixes for 4.20

Message ID 1542051514-5205-1-git-send-email-atull@kernel.org (mailing list archive)
Headers show
Series fpga fixes for 4.20 | expand

Message

Alan Tull Nov. 12, 2018, 7:38 p.m. UTC
Hi Greg,

Here's a reposting of the two small fixes for fpga, please
take them in.  They've been reviewed on the mailing list
and apply cleanly on today's char-misc-test.

Thanks,
Alan

Moritz Fischer (2):
  fpga: of-fpga-region: Use platform_set_drvdata
  fpga: dfl-fme-region: Use platform_get_drvdata()

 drivers/fpga/dfl-fme-region.c | 2 +-
 drivers/fpga/of-fpga-region.c | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

Comments

Greg Kroah-Hartman Nov. 12, 2018, 7:46 p.m. UTC | #1
On Mon, Nov 12, 2018 at 01:38:32PM -0600, Alan Tull wrote:
> Hi Greg,
> 
> Here's a reposting of the two small fixes for fpga, please
> take them in.  They've been reviewed on the mailing list
> and apply cleanly on today's char-misc-test.

This isn't a bugfix, they should just go into my "next" branch to be
merged for the next -rc1 release, right?  I thought that is what I said
last time...

thanks,

greg k-h