Re: [PATCH 5/6] media: qcom: camss: Add sc8280xp support

From: Bryan O'Donoghue
Date: Thu Nov 02 2023 - 09:47:43 EST


On 02/11/2023 13:45, Konrad Dybcio wrote:


On 02/11/2023 14:38, Bryan O'Donoghue wrote:
On 02/11/2023 13:35, Konrad Dybcio wrote:
+static int vfe_bpl_align(struct vfe_device *vfe)
+{
+    int ret = 8;
return the value directly

What's the motive for this comment ?
stack size

An optimizing compiler - older than me - will not differentiate that at all.

:)

---
bod