commit | 8fb2210cfb9296e644774328f5264142ded8b6c1 | [log] [tgz] |
---|---|---|
author | Kumar Gala <galak@kernel.org> | Tue Jul 19 12:36:33 2022 -0500 |
committer | Kumar Gala <kumar.gala@gmail.com> | Tue Jul 19 15:52:36 2022 -0500 |
tree | 3c42ec0ff491dd542ec5089ea9c455f44163cfa1 | |
parent | 20177daa0f73005d84f02941a7bebdd4d9c7e3e8 [diff] |
emul: remove name param from bus register APIs Rework the <BUS>_emul_register calls to not pass the name param. The name param is only used for logging and we can get it from the struct <BUS>_emul instead. Signed-off-by: Kumar Gala <galak@kernel.org>