forked from Minki/linux
habanalabs: Fix a missing-braces warning
Fix a compilation "missing braces around initializer" warning. Signed-off-by: Tomer Tayar <ttayar@habana.ai> Reviewed-by: Oded Gabbay <ogabbay@kernel.org> Signed-off-by: Oded Gabbay <ogabbay@kernel.org>
This commit is contained in:
parent
5c8fe583cc
commit
105b5ca9b1
@ -406,7 +406,7 @@ static int total_energy_consumption_info(struct hl_fpriv *hpriv,
|
||||
static int pll_frequency_info(struct hl_fpriv *hpriv, struct hl_info_args *args)
|
||||
{
|
||||
struct hl_device *hdev = hpriv->hdev;
|
||||
struct hl_pll_frequency_info freq_info = {0};
|
||||
struct hl_pll_frequency_info freq_info = {};
|
||||
u32 max_size = args->return_size;
|
||||
void __user *out = (void __user *) (uintptr_t) args->return_pointer;
|
||||
int rc;
|
||||
|
Loading…
Reference in New Issue
Block a user