]> 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)
commit2c7dbc44bb34ef5630ec7da0962e76c1edb11524
tree0d23713045754156bb96d43b3f6cdb5cee3a29dd
parentad5766140f959bf04c6f7b751e6c883aad7c4df0
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