NULL dereference during subdev registration

The ov5693 driver needs to be “built-in” in the kernel, i.e. not compiled as a .ko module which gets loaded at a later time during kernel booting process. The real problem is tegra vi/channel driver code does not handle sensor drivers as modules correctly.