Details
Details
- Reviewers
imp
Diff Detail
Diff Detail
- Repository
- rS FreeBSD src repository - subversion
- Lint
Lint Skipped - Unit
Tests Skipped
Event Timeline
Comment Actions
Generally, this looks good. Not sure which of these we compile as modules, but It's what we need.
| sys/arm/freescale/imx/imx_nop_usbphy.c | ||
|---|---|---|
| 95 | There's no SIMPLEBUS_PNP_INFO in this file. | |
| sys/arm/ti/omap4/omap4_prcm_clks.c | ||
| 1409 | Nit picky: ocd != NULL though I know you don't use it elsewhere... | |
| sys/dev/ffec/if_ffec.c | ||
| 1729 | ditto | |
| sys/dev/uart/uart_bus_fdt.c | ||
| 100 | != NULL | |
| sys/dev/usb/controller/ehci_imx.c | ||
| 167 | Again, no SIMPLEBUS_PNP_INFO line | |
Comment Actions
Split patch into two patches. this one only contains remove usage of
deprecated function. add pnp_info into a seperate patch.