2010/10/15 Laurent Pinchart <laurent.pinch...@ideasonboard.com>:
> Hi Bastian,
>
> On Friday 15 October 2010 13:59:24 Bastian Hecht wrote:
>> Hello ISP driver developers,
>>
>> after the lastest pull of branch 'devel' of
>> git://gitorious.org/maemo-multimedia/omap3isp-rx51 I get a segfault
>> when I register my ISP_device.
>> The segfault happens in isp.c in line
>>      isp->iommu = iommu_get("isp");
>>
>> I noticed that with the new kernel the module iommu is loaded
>> automatically after booting while it wasn't in before my pull (my old
>> pull is about 3 days old).
>> Tell me what kind of further info you need. Btw, I run an Igepv2.
>
> Can you make sure that both the omap-iommu and iommu2 modules are loaded
> before omap3-isp.ko ?

Hello Laurent,

that did the trick! Don't get dependencies checked at load time? I
mean undefined functions lead to load errors. I just want to learn to
be prepared next time. So was it some data structure that gets
properly initilized by iommu2 so that insmod cannot see the error?

Thanks for enlightenment,

 Bastian


> --
> Regards,
>
> Laurent Pinchart
>
--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to