panfrost: Fix compiler error because of mismatched types
Compiler throws out an error because the addition is done on mismatched types, and also the return value wasn't being cast. Fix it with explicit casts.
Due to an influx of spam, we have had to impose restrictions on new accounts. Please see this wiki page for instructions on how to get full permissions. Sorry for the inconvenience.
Compiler throws out an error because the addition is done on mismatched types, and also the return value wasn't being cast. Fix it with explicit casts.