Files
linux/drivers/net
Alex Elder 319b6d4ef0 net: ipa: fix two minor ipa_cmd problems
In "ipa_cmd.h", ipa_cmd_data_valid() is declared, but that function
does not exist.  So delete that declaration.

Also, for some reason ipa_cmd_init() never gets called.  It isn't
really critical--it just validates that some memory offsets and a
size can be represented in some register fields, and they won't fail
with current data.  Regardless, call the function in ipa_probe().

Signed-off-by: Alex Elder <elder@linaro.org>
Signed-off-by: Paolo Abeni <pabeni@redhat.com>
2024-04-23 13:08:08 +02:00
..
2024-04-08 11:56:56 +01:00
2024-04-08 11:56:56 +01:00
2024-04-08 13:20:01 +01:00
2024-04-10 19:36:23 -07:00
2024-04-01 10:49:28 +01:00
2024-04-11 19:29:23 -07:00