On 25 May 2014 14:58, Preeti U Murthy preeti@linux.vnet.ibm.com wrote:
You have left out CLOCK_EVT_MODE_ONESHOT here. We support this mode, in that, we do not need to do anything specific. In the above code it falls to default and returns "unsupported".
So you should have the below too.
case CLOCK_EVT_MODE_ONESHOT: break;
Well, I tried to take care of this and somehow got skipped for you. Will fix it.