dect
/
linux-2.6
Archived
13
0
Fork 0

DocBook/drm: `at driver load time' -> `when the driver is loaded'

Signed-off-by: Michael Witten <mfwitten@gmail.com>
This commit is contained in:
Michael Witten 2011-08-25 18:50:14 +00:00
parent 5b658bf2bf
commit bb49a6a1f3
1 changed files with 1 additions and 1 deletions

View File

@ -346,7 +346,7 @@
</para>
<para>
If your device supports interrupt generation, you may want to
set up an interrupt handler at driver load time as well. This
set up an interrupt handler when the driver is loaded. This
is done using the drm_irq_install() function. If your device
supports vertical blank interrupts, it should call
drm_vblank_init() to initialize the core vblank handling code before