commit | 7b0ac8f65116aff11965a46c3329ad375d1c53ec | [log] [tgz] |
---|---|---|
author | Alex Elder <elder@linaro.org> | Tue Nov 10 15:59:20 2020 -0600 |
committer | Jakub Kicinski <kuba@kernel.org> | Fri Nov 13 15:13:41 2020 -0800 |
tree | 4e30a8f9c72708258b42b6704684e7d1dbfa8833 | |
parent | 9ed8c2a92d0140fbb99ddca510760f7ea7ec77ec [diff] |
net: ipa: move GSI error values into "gsi_reg.h" The gsi_err_code and gsi_err_type enumerated types are values that fields in the GSI ERROR_LOG register can take on. Move their definitions out of "gsi.c" and into "gsi_reg.h", alongside the definition of the ERROR_LOG register offset and field symbols. Drop the "_ERR" suffix in the names of the gsi_err_code members. Signed-off-by: Alex Elder <elder@linaro.org> Signed-off-by: Jakub Kicinski <kuba@kernel.org>