2.7. pl08x_wqfunc

/*
 * Function for the shared work queue
 * - scheduled by the interrupt handler when sufficient
 *   list entries need releasing
 */
void pl08x_wqfunc(struct work_struct *work)
{
	if (pd.pd)
		pl08x_memrelease();
}