Forum Discussion
Altera_Forum
Honored Contributor
14 years agoIIRC you normally use the return value from ioremap_nocache().
- it returns NULL on failure. Doing a memset() on device registers isn't necessarily a good idea either. You probably want much more control over the actual bus cycles used.