Re: [PATCH v1 03/14] media: qcom: camss: Drop useless NULL assignment for ispif resources

From: Konrad Dybcio
Date: Wed Aug 16 2023 - 13:11:26 EST


On 14.08.2023 18:28, Bryan O'Donoghue wrote:
> The NULL pointer assignement is a redundant step our compiler will
> initialize unpopulated fields as zero. We check for logical ! later on
> in the code as opposed to NULL anyway.
>
> Signed-off-by: Bryan O'Donoghue <bryan.odonoghue@xxxxxxxxxx>
> ---
Just squash it with patch 2?

Konrad