Alexander Graf 11de8b7166 openpic: Unfold write_IRQreg
The helper function write_IRQreg was always called with a specific argument on
the type of register to access. Inside the function we were simply doing a
switch on that constant argument again. It's a lot easier to just unfold this
into two separate functions and call each individually.

Reported-by: Blue Swirl <blauwirbel@gmail.com>
Signed-off-by: Alexander Graf <agraf@suse.de>
2011-10-06 09:48:07 +02:00
..
2011-10-01 09:28:40 +00:00
2011-10-06 09:48:07 +02:00
2011-10-01 06:45:35 +00:00
2011-10-01 06:45:35 +00:00
2011-10-06 09:47:52 +02:00