Alexander Duyck writes:
On Fri, Dec 4, 2020 at 4:15 AM wrote:
From: Arthur Kiyanovski
This patch adds explicit casting to some implicit conversions
in the ena
driver. The implicit conversions fail some of our static
checkers that
search for accidental conversions in our driver.
Adding
Alexander Duyck writes:
On Fri, Dec 4, 2020 at 4:15 AM wrote:
From: Arthur Kiyanovski
This patch adds explicit casting to some implicit conversions
in the ena
driver. The implicit conversions fail some of our static
checkers that
search for accidental conversions in our driver.
Adding
On Fri, Dec 4, 2020 at 4:15 AM wrote:
>
> From: Arthur Kiyanovski
>
> This patch adds explicit casting to some implicit conversions in the ena
> driver. The implicit conversions fail some of our static checkers that
> search for accidental conversions in our driver.
> Adding this cast won't affec
From: Arthur Kiyanovski
This patch adds explicit casting to some implicit conversions in the ena
driver. The implicit conversions fail some of our static checkers that
search for accidental conversions in our driver.
Adding this cast won't affect the end results, and would sooth the
checkers.
Si