]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commit
fw_cfg: remove inline from fw_cfg_read_blob()
authorMarc-André Lureau <marcandre.lureau@redhat.com>
Wed, 28 Feb 2018 15:06:09 +0000 (16:06 +0100)
committerMichael S. Tsirkin <mst@redhat.com>
Tue, 20 Mar 2018 01:17:39 +0000 (03:17 +0200)
commit59ecab182faf84e76f4a07fee904d41e41f4780c
tree0d23713045754156bb96d43b3f6cdb5cee3a29dd
parent3d47a34ba6761a64b78a8b89f6bbe93b4e8455f1
fw_cfg: remove inline from fw_cfg_read_blob()

The function is not small and getting bigger.

Let the compiler decide instead. No profiling done, hopefully
unnecessary.

Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
drivers/firmware/qemu_fw_cfg.c