]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit - drivers/fpga/zynq-fpga.c
fpga zynq: Add missing \n to messages
authorJason Gunthorpe <jgunthorpe@obsidianresearch.com>
Mon, 21 Nov 2016 22:26:43 +0000 (22:26 +0000)
committerAlan Tull <atull@opensource.altera.com>
Tue, 29 Nov 2016 21:51:45 +0000 (15:51 -0600)
commit1930c2865108d5510d9013aaced3c12be5f413f6
treec70dfd82f4105f7ce7fb41c926b516113f1cdf15
parenta0e1b618585979bf2520a6a6e954a3bb56cd610b
fpga zynq: Add missing \n to messages

Function dev_err doesn't add a newline at the end of the string. This will
lead to a hard to read kernel log.

Signed-off-by: Jason Gunthorpe <jgunthorpe@obsidianresearch.com>
Reviewed-by: Moritz Fischer <moritz.fischer@ettus.com>
Reviewed-by: Matthias Brugger <mbrugger@suse.com>
Acked-by: Alan Tull <atull@opensource.altera.com>
drivers/fpga/zynq-fpga.c