commit | 4a644c3aee4465306a79d393956c84ce8925fa6b | [log] [tgz] |
---|---|---|
author | Luis Chamberlain <mcgrof@kernel.org> | Thu Jul 15 03:46:28 2021 +0000 |
committer | Luis Chamberlain <mcgrof@kernel.org> | Thu Aug 19 15:55:12 2021 -0700 |
tree | 9e862e1615b29f703d26d25083759989f3cba456 | |
parent | 8642e6dfe639a675a01d579b510a4fa46a550cde [diff] |
block: add __must_check for *add_disk*() callers Now that we have done a spring cleaning on all drivers and added error checking / handling, let's keep it that way and ensure no new drivers fail to stick with it. Signed-off-by: Luis Chamberlain <mcgrof@kernel.org>