]> git.baikalelectronics.ru Git - 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)
commit26c1f85e82bef198a088acc01e62d51ef36e556f
tree0d23713045754156bb96d43b3f6cdb5cee3a29dd
parent256476d2437bdab7fcd86953a0e3080fe442696d
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